Package javax.annotation
Annotation Type Resource
-
@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) public @interface Resource
- Version:
- $Rev: 1796920 $ $Date: 2017-05-30 21:47:40 +0200 (Tue, 30 May 2017) $
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Resource.AuthenticationType
authenticationType
java.lang.String
description
java.lang.String
lookup
java.lang.String
mappedName
java.lang.String
name
boolean
shareable
java.lang.Class
type
-
-
-
-
authenticationType
Resource.AuthenticationType authenticationType
- Default:
- javax.annotation.Resource.AuthenticationType.CONTAINER
-
-