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