org.python.expose
Annotation Type ExposedClassMethod
-
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExposedClassMethodIndicates a method should be exposed as a classmethod to Python code.
-
-
Element Detail
-
names
public abstract java.lang.String[] names
- Returns:
- the names to expose this method as. Defaults to just actual name of the method.
- Default:
- {}
-
-
DMelt 3.0 © DataMelt by jWork.ORG