-
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:
-
-
Maven Artifact Identifier:
-
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. |
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:
-