@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExposedMethod
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
defaults
Returns default arguments.
|
java.lang.String |
doc
Returns the __doc__ String for this method.
|
java.lang.String[] |
names
Returns the names to expose this method as.
|
MethodType |
type
Returns how to expose this method.
|
public abstract java.lang.String[] names
public abstract java.lang.String[] defaults
public abstract MethodType type
MethodType
for the options.