net.sourceforge.fluxion.annotations
Annotation Type ExternalLink


@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ExternalLink

An annotation that describes an external link captured from the datasource. This is used to capture things like foreign key relationships, cross references and so on.

Version:
0.2
Author:
Tony Burdett

Required Element Summary
 java.lang.String linksTo
           
 java.lang.String role
           
 
Optional Element Summary
 boolean compound
           
 

Element Detail

role

public abstract java.lang.String role

linksTo

public abstract java.lang.String linksTo

compound

public abstract boolean compound
Default:
false


Copyright © 2010. All Rights Reserved.