org.ow2.mind.adl.annotation.predefined
Class LDFlags

java.lang.Object
  extended by org.ow2.mind.adl.annotation.predefined.LDFlags
All Implemented Interfaces:
java.io.Serializable, Annotation

public class LDFlags
extends java.lang.Object
implements Annotation

ADL annotation that can be used to specify link flags. This annotation can be attached to Source and Definition nodes.

See Also:
Serialized Form

Field Summary
 java.lang.String value
          The c-flags.
 
Constructor Summary
LDFlags()
           
 
Method Summary
 AnnotationTarget[] getAnnotationTargets()
           
 boolean isInherited()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value
The c-flags.

Constructor Detail

LDFlags

public LDFlags()
Method Detail

getAnnotationTargets

public AnnotationTarget[] getAnnotationTargets()
Specified by:
getAnnotationTargets in interface Annotation

isInherited

public boolean isInherited()
Specified by:
isInherited in interface Annotation


Copyright © 2009-2011 OW2. All Rights Reserved.