Package org.geotoolkit.lang

Annotations relative to Java language patterns applied in the Geotk library.

See:
          Description

Interface Summary
SystemOverride Marker interface for Service Providers that may override a JDK service, or a service provided by a standard extension.
 

Class Summary
Builder<T> Base class of all classes that are builder for other objects.
Setup A central place where to perform initialization and shutdown of all Geotk services.
Static Parent of classes that contain only static utility methods.
 

Annotation Types Summary
Buffered Annotates factories that are buffering their objects in some way.
Configuration Annotates methods having a system-wide impact on the configuration of the Geotk library.
Debug Annotates classes or methods that are provided mostly for debugging purpose.
Decorator Annotates classes that are decorator around an other instance of the same type.
ValueRange Deprecated. Replaced by the Apache SIS ValueRange.
Visitor Annotates classes to be given in argument to visite(Visitor) methods in other classes.
Workaround Annotates classes, methods or code which exist only as a workaround for a bug or limitation in a library.
 

Package org.geotoolkit.lang Description

Annotations relative to Java language patterns applied in the Geotk library. Those annotations are used mostly for documentation purpose. For example a click on the "Use" javadoc link of Configuration gives the list of all static methods having a system-wide effect on the Geotk library.

The javadoc of the Static annotation provides a summary of their "Use" page content for convenience.

Since:
3.00
Version:
3.15
Author:
Martin Desruisseaux (Geomatys)
Module:
utility/geotk-utility (download)


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