edu.umd.cs.findbugs.annotations
Annotation Type DefaultAnnotationForMethods


@Documented
@Target(value={TYPE,PACKAGE})
@Retention(value=CLASS)
public @interface DefaultAnnotationForMethods

This is same as the DefaultAnnotation except it only applies to methods.


Required Element Summary
 Class<? extends Annotation>[] value
          Annotation class objects.
 
Optional Element Summary
 Priority priority
          Default priority.
 

Element Detail

value

public abstract Class<? extends Annotation>[] value
Annotation class objects. More than one class can be specified.

Returns:
Annotation class objects. More than one class can be specified.

priority

public abstract Priority priority
Default priority.

Returns:
Default priority.
Default:
edu.umd.cs.findbugs.annotations.Priority.MEDIUM


Copyright © 2011. All Rights Reserved.