Package edu.umd.cs.findbugs.ba.jsr305
Class FindBugsDefaultAnnotations
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.jsr305.FindBugsDefaultAnnotations
-
@Deprecated public abstract class FindBugsDefaultAnnotations extends java.lang.Object
Deprecated.FindBugs-specific default-annotation annotations. I.e.:@DefaultAnnotationForParameters(Nonnull.class) public class MyClass { ... }
- Author:
- David Hovemeyer
-
-
Field Summary
Fields Modifier and Type Field Description static ClassDescriptor
DEFAULT_ANNOTATION
Deprecated.Default annotation for all element types.static ClassDescriptor
DEFAULT_ANNOTATION_FOR_FIELDS
Deprecated.Default annotation for fields.static ClassDescriptor
DEFAULT_ANNOTATION_FOR_METHODS
Deprecated.Default annotation for methods.static ClassDescriptor
DEFAULT_ANNOTATION_FOR_PARAMETERS
Deprecated.Default annotation for parameters.
-
Constructor Summary
Constructors Constructor Description FindBugsDefaultAnnotations()
Deprecated.
-
-
-
Field Detail
-
DEFAULT_ANNOTATION
public static final ClassDescriptor DEFAULT_ANNOTATION
Deprecated.Default annotation for all element types.
-
DEFAULT_ANNOTATION_FOR_FIELDS
public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_FIELDS
Deprecated.Default annotation for fields.
-
DEFAULT_ANNOTATION_FOR_METHODS
public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_METHODS
Deprecated.Default annotation for methods.
-
DEFAULT_ANNOTATION_FOR_PARAMETERS
public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_PARAMETERS
Deprecated.Default annotation for parameters.
-
-