@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JNDI
Modifier and Type | Required Element and Description |
---|---|
String |
binding
The jndi binding
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
bindDirect
Whether to bind directly.
|
String |
className
The class name to use for the jndi binding
|
boolean |
serializable
Is the object serializable?
By default we presume it is.
|
public abstract String binding
public abstract boolean bindDirect
public abstract String className
public abstract boolean serializable
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.