@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ZenMethod
If this method is part of a native class, it will simply accept the parameters as provided. If it is part of an expansion method, it will also accept the instance value as first parameter.
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Method name.
|