Uses of Class
gw.lang.annotation.UsageModifier
-
Packages that use UsageModifier Package Description gw.lang.annotation -
-
Uses of UsageModifier in gw.lang.annotation
Methods in gw.lang.annotation that return UsageModifier Modifier and Type Method Description static UsageModifier
UsageModifier. getUsageModifier(UsageTarget targetType, IAnnotationInfo annotation)
static UsageModifier
UsageModifier. getUsageModifier(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target)
UsageModifier
usageModifier()
static UsageModifier
UsageModifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static UsageModifier[]
UsageModifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-