@Retention(value=RUNTIME)
@Target(value={})
public @interface Accessor
| Modifier and Type | Required Element and Description |
|---|---|
AccessType |
access |
Accessor.Type |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
typeValue |
public abstract Accessor.Type type
public abstract AccessType access
Copyright © 2017. All Rights Reserved.