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 UsageTargetUsageTarget. convert(ElementType elementType)static UsageTargetUsageTarget. getForFeature(IFeatureInfo fi)UsageTargettarget()static UsageTargetUsageTarget. 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 UsageModifierUsageModifier. getUsageModifier(UsageTarget targetType, IAnnotationInfo annotation)static UsageModifierUsageModifier. getUsageModifier(IParsedElement pe, UsageTarget targetType, IType annotationType, AnnotationUseSiteTarget target)
-