|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=SOURCE)
public @interface DebugAnnotates classes or methods that are provided mostly for debugging purpose. This annotation is defined in order to make easier to find which debugging tools are available in case of problem. See the "Use" javadoc link for a list of annotated classes and methods.
toString() policy
Note that many Object.toString() methods are overridden for debugging purpose.
This Debug annotation does not apply to those toString() method, because
they are too numerous and their policy usage can change at any time.
| utility/geotk-utility (download) | View source code for this class |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||