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 UsageModifierUsageModifier. getUsageModifier(UsageTarget targetType, IAnnotationInfo annotation)static UsageModifierUsageModifier. getUsageModifier(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target)UsageModifierusageModifier()static UsageModifierUsageModifier. 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.
-