FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.jsr305
Class FindBugsDefaultAnnotations

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.jsr305.FindBugsDefaultAnnotations

public abstract class FindBugsDefaultAnnotations
extends java.lang.Object

FindBugs-specific default-annotation annotations. I.e.:

   @DefaultAnnotationForParameters({Nonnull.class})
   public class MyClass {
      ...
   }
 

Author:
David Hovemeyer

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

DEFAULT_ANNOTATION

public static final ClassDescriptor DEFAULT_ANNOTATION
Default annotation for all element types.


DEFAULT_ANNOTATION_FOR_FIELDS

public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_FIELDS
Default annotation for fields.


DEFAULT_ANNOTATION_FOR_METHODS

public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_METHODS
Default annotation for methods.


DEFAULT_ANNOTATION_FOR_PARAMETERS

public static final ClassDescriptor DEFAULT_ANNOTATION_FOR_PARAMETERS
Default annotation for parameters.

Constructor Detail

FindBugsDefaultAnnotations

public FindBugsDefaultAnnotations()

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.