Annotation Type Parameter
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface Parameter
Annotates aMethod
parameter to indicate it is aManagedFunction
parameter.- Author:
- Daniel Sagenschneider
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
public @interface Parameter
Method
parameter to indicate it is a ManagedFunction
parameter.