|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface JndiBinding
An annotation that indicates an object should be bound into JNDI
Required Element Summary | |
---|---|
String |
name
the name under which the binding will be located |
Optional Element Summary | |
---|---|
String[] |
aliases
Optional additional aliases to also bind |
Element Detail |
---|
public abstract String name
public abstract String[] aliases
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |