Skip navigation links
D J N P V 

D

DefaultLocation - Enum in javax.annotation
 

J

javax.annotation - package javax.annotation
This package contains all necessary annotations in order to user JSR-305 (null-annotations) in Java 1.8 (with added @target annotation).

N

Nonnull - Annotation Type in javax.annotation
 
Nullable - Annotation Type in javax.annotation
 

P

ParametersAreNonnullByDefault - Annotation Type in javax.annotation
This annotation can be applied to a package, class or method to indicate that the method parameters in that element are nonnull by default unless there is: An explicit nullness annotation The method overrides a method in a superclass (in which case the annotation of the corresponding parameter in the superclass applies) there is a default parameter annotation applied to a more tightly nested element.

V

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

Copyright © 2015 Unterrainer Informatik OG. All rights reserved.