|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.mind.adl.annotation.predefined.CFlags
public class CFlags
ADL annotation that can be used to specify C compilation flags. This annotation can be attached to :
Source node to specify C-flags that must be used when compiling
the given implementation file.Definition node to specify C-flags that must be used when
compiling every source file related to this definition, include generated
files.
| Field Summary | |
|---|---|
java.lang.String |
value
The c-flags. |
| Constructor Summary | |
|---|---|
CFlags()
|
|
| 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 |
|---|
public java.lang.String value
| Constructor Detail |
|---|
public CFlags()
| Method Detail |
|---|
public AnnotationTarget[] getAnnotationTargets()
getAnnotationTargets in interface Annotationpublic boolean isInherited()
isInherited in interface Annotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||