Skip navigation links
D N O V 

D

DefaultLocation - Enum in org.eclipse.jdt.annotation
Locations that can be affected by a NonNullByDefault annotation.

N

NonNull - Annotation Type in org.eclipse.jdt.annotation
Qualifier for a reference type in a TYPE_USE position: The type that has this annotation is intended to not include the value null.
NonNullByDefault - Annotation Type in org.eclipse.jdt.annotation
Applying this annotation to a declaration has the effect that type references, which are contained in the declaration, and for which a null annotation is otherwise lacking, should be considered as @NonNull.
Nullable - Annotation Type in org.eclipse.jdt.annotation
Qualifier for a reference type in a TYPE_USE position: The type that has this annotation explicitly includes the value null.

O

org.eclipse.jdt.annotation - package org.eclipse.jdt.annotation
This package contains annotations that can trigger special behavior when annotated types are compiled by the Eclipse Compiler for Java.

V

valueOf(String) - Static method in enum org.eclipse.jdt.annotation.DefaultLocation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.jdt.annotation.DefaultLocation
Returns an array containing the constants of this enum type, in the order they are declared.
D N O V 
Skip navigation links

Copyright © 2014. All rights reserved.