Top Methods
org.python.expose

public @Interface ExposedGet

extends Annotation
Annotations
@Retention:RUNTIME
@Target:METHOD, FIELD
Imports
java.lang.annotation.ElementType, .Retention, .RetentionPolicy, .Target

Method Summary

Modifier and TypeMethod and Description
public String
doc()

Returns the __doc__ String for this descriptor.

public String
name()

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

docback to summary
public String doc()

Returns the __doc__ String for this descriptor.

nameback to summary
public String name()