org.geotoolkit.lang
Annotation Type Visitor
@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface Visitor
Annotates classes to be given in argument to visite(Visitor) methods in other classes.
This annotation is for documentation purpose only, in order to identify more easily portion of
code that apply the "visitor pattern". See "Use" javadoc link for a list of
annotated classes.
- Since:
- 3.00
- Version:
- 3.00
- Author:
- Martin Desruisseaux (Geomatys)
- Module:
|
Required Element Summary |
Class<?> |
value
The base class where the target visit(Visitor) method is defined. |
value
public abstract Class<?> value
- The base class where the target
visit(Visitor) method is defined.
- Returns:
- The target abstract class for the annotated visitor.
Copyright © 2009-2013 Geotoolkit.org. All Rights Reserved.