JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
com.blackrook.archetext.annotation
Annotation Type ATName
@Target
({
FIELD
,
METHOD
})
@Retention
(
RUNTIME
) public @interface
ATName
An annotation to signify that a field/getter/setter is imported/exported with this field name.
Author:
Matthew Tropiano
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Element Detail
value
String
value
Returns:
the value name to use.