@Documented @Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD,LOCAL_VARIABLE}) @Retention(value=SOURCE) public @interface Workaround
Note: When only a portion of a method contains a workaround and the annotation can not be applied to that specific part, than it is applied to the whole method. Developers need to refer to code comments in order to locate the specific part.
Defined in the sis-utility module
public abstract String library
"JDK"
, "NetCDF"
, "JUnit"
, "SIS"
.public abstract String version
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.