org.geotoolkit.lang
Annotation Type Debug


@Documented
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=SOURCE)
public @interface Debug

Annotates 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.

Since:
3.19
Version:
3.19
Author:
Martin Desruisseaux (Geomatys)
Module:
utility/geotk-utility (download)    View source code for this class



Copyright © 2009-2013 Geotoolkit.org. All Rights Reserved.