org.opengis.annotation
Annotation Type Association


@Documented
@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface Association

If a method is part of a UML association, the association name. Annotated methods shall expect no argument. The association source is the enclosing interface. The association target is inferred from the return type.

Since:
GeoAPI 2.1
Author:
Martin Desruisseaux (IRD)

Required Element Summary
 String value
          Association name.
 

Element Detail

value

public abstract String value
Association name.

Returns:
The association name.


Copyright © 1996-2014 Geotools. All Rights Reserved.