|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.jsr305.FindBugsDefaultAnnotations
public abstract class FindBugsDefaultAnnotations
FindBugs-specific default-annotation annotations. I.e.:
@DefaultAnnotationForParameters({Nonnull.class}) public class MyClass { ... }
Field Summary | |
---|---|
static ClassDescriptor |
DEFAULT_ANNOTATION
Default annotation for all element types. |
static ClassDescriptor |
DEFAULT_ANNOTATION_FOR_FIELDS
Default annotation for fields. |
static ClassDescriptor |
DEFAULT_ANNOTATION_FOR_METHODS
Default annotation for methods. |
static ClassDescriptor |
DEFAULT_ANNOTATION_FOR_PARAMETERS
Default annotation for parameters. |
Constructor Summary | |
---|---|
FindBugsDefaultAnnotations()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ClassDescriptor DEFAULT_ANNOTATION
public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_FIELDS
public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_METHODS
public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_PARAMETERS
Constructor Detail |
---|
public FindBugsDefaultAnnotations()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |