org.geotoolkit.lang
Annotation Type Decorator
@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface Decorator
Annotates classes that are decorator around an other instance of the same type.
This annotation is for documentation purpose only. 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 type of the decorated object. |
value
public abstract Class<?> value
- The type of the decorated object.
- Returns:
- The decorated object type.
Copyright © 2009-2013 Geotoolkit.org. All Rights Reserved.