ch.elca.el4j.util.codingsupport.annotations
Annotation Type FindBugsSuppressWarnings


public @interface FindBugsSuppressWarnings

This is a substitute for the annotation SuppressWarnings that FindBugs normally would use. As SuppressWarnings is already used in java.lang package, using this annotation avoids a name clash. FindBugs only cares for the last part of the annotation name, which has to be SuppressWarnings.

Author:
Daniel Thomas (DTH)
File-location:
FindBugsSuppressWarnings
Last check-in date:
2010-01-08 13:32:17 +0100 (Fr, 08. Jan 2010) by jonasha for revision 4083

Required Element Summary
 String justification
          Is the justification for suppressing this bug.
 String[] value
          Is the name of the bug that we want to suppress.
 

Element Detail

value

public abstract String[] value
Is the name of the bug that we want to suppress.

Returns:

justification

public abstract String justification
Is the justification for suppressing this bug.

Returns:


Copyright © 2005-2011 ELCA. All Rights Reserved.