Jython 2.7.4
org.python.expose
ExposedGet
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 Type
Method and Description
public
String
doc
()
Returns the __doc__ String for this descriptor.
public
String
name
()
Inherited from
java.lang.annotation.Annotation
:
annotationType
equals
hashCode
toString
Method Detail
doc
back to summary
public
String
doc
()
Returns the __doc__ String for this descriptor.
name
back to summary
public
String
name
()