-
All Superinterfaces:
-
java.lang.annotation.Annotation
@java.lang.annotation.Target({TYPE,METHOD,CONSTRUCTOR,FIELD})
@java.lang.annotation.Retention(CLASS)
abstract annotation WarningOnCall
implements java.lang.annotation.Annotation
Annotation for marking an element with a SARL compiler's warning when the element is invoked from the SARL code.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Action Summary
Modifier and type |
Action and description |
abstract java.lang.String |
value
Replies the message to provide to the SARL developer. |
Modifier and type |
Action and description |
abstract java.lang.String |
value
Replies the message to provide to the SARL developer. |
Action Details
-
value
-
def value : java.lang.String
Replies the message to provide to the SARL developer.
-
Returns:
-