io.sarl.lang.core.annotation
Annotation ImportedCapacityFeature
All Superinterfaces:
java.lang.annotation.Annotation
@java.lang.annotation.Target(FIELD)
@java.lang.annotation.Retention(RUNTIME)
abstract annotation ImportedCapacityFeature
implements java.lang.annotation.Annotation
Annotation for marking a function as imported due to a capacity use.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Action Summary
Modifier and type Action and description
abstract java.lang.Class<T> value
Replies the capacity that is the source of the annotated method.
Action Details
value
def value : java.lang.Class<T>
Replies the capacity that is the source of the annotated method.
Returns:
the capacity.