ehcache

net.sf.ehcache.util
Annotation Type FindBugsSuppressWarnings


@Retention(value=CLASS)
@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
public @interface FindBugsSuppressWarnings

Annotation used to suppress FindBugs warnings in Ehcache core code.

Author:
Chris Dennis

Required Element Summary
 String[] value
          List of suppressed FindBugs warnings
 

Element Detail

value

public abstract String[] value
List of suppressed FindBugs warnings


ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.