@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
public @interface Resource
Modifier and Type | Optional Element and Description |
---|---|
Resource.AuthenticationType |
authenticationType |
java.lang.String |
description |
java.lang.String |
lookup |
java.lang.String |
mappedName
Product-specific name.
|
java.lang.String |
name
JNDI name.
|
boolean |
shareable |
java.lang.Class |
type
Java type of the resource.
|
public abstract Resource.AuthenticationType authenticationType