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

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

public class CPPFlags
extends java.lang.Object
implements Annotation

ADL annotation that can be used to specify CPP compilation flags. This annotation can be attached to :

See Also:
Serialized Form

Field Summary
 java.lang.String value
          The c-flags.
 
Constructor Summary
CPPFlags()
           
 
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

CPPFlags

public CPPFlags()
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.