Uses of Class
gw.lang.annotation.UsageTarget
-
Packages that use UsageTarget Package Description gw.lang.annotation -
-
Uses of UsageTarget in gw.lang.annotation
Methods in gw.lang.annotation that return UsageTarget Modifier and Type Method Description static UsageTarget
UsageTarget. convert(ElementType elementType)
static UsageTarget
UsageTarget. getForFeature(IFeatureInfo fi)
UsageTarget
target()
static UsageTarget
UsageTarget. valueOf(String name)
Returns the enum constant of this type with the specified name.static UsageTarget[]
UsageTarget. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.lang.annotation with parameters of type UsageTarget 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)
-