@Documented @Target(value={ANNOTATION_TYPE,TYPE,FIELD,METHOD}) @Retention(value=RUNTIME) public @interface AccessType
AccessType.Type.FIELD
or AccessType.Type.PROPERTY. Default is field access.| Modifier and Type | Required Element and Description |
|---|---|
AccessType.Type |
value
The access type to be used.
|
public abstract AccessType.Type value
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.