|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD,LOCAL_VARIABLE})
@Retention(value=SOURCE)
public @interface WorkaroundAnnotates classes, methods or code which exist only as a workaround for a bug or limitation in a library. This annotation is used as a marker for source code only, in order to remind us which part of the code to revisit when new versions of the libraries are available.
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.
| utility/geotk-utility (download) | View source code for this class |
| Required Element Summary | |
|---|---|
String |
library
A string identifying the library. |
String |
version
The last library version on which the bug has been verified. |
| Element Detail |
|---|
public abstract String library
"JDK", "JAI",
"NetCDF", "Units", "Swingx" and "Geotk".
public abstract String version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||