Uses of Class
org.eclipse.jdt.annotation.DefaultLocation
-
Packages that use DefaultLocation Package Description org.eclipse.jdt.annotation This package contains annotations that can trigger special behavior when annotated types are compiled by the Eclipse Compiler for Java. -
-
Uses of DefaultLocation in org.eclipse.jdt.annotation
Methods in org.eclipse.jdt.annotation that return DefaultLocation Modifier and Type Method Description DefaultLocation[]
value()
Specifies the set of locations within the annotated declaration that should be affected by the nonnull default.static DefaultLocation
DefaultLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultLocation[]
DefaultLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-