Annotation |
public enum AnnotationAccess
Member name | Value | Description |
---|---|---|
None | 0 | Annotations are not supported. |
ReadOnly | 1 | Annotations are read-only. |
ReadWrite | 2 | Annotations are read-write. |
An annotation access level.
For more information about annotations, see rfc5257.