Package org.glassfish.api.naming
Annotation Type NamespacePrefixes
-
@Qualifier @Retention(RUNTIME) @Target(TYPE) public @interface NamespacePrefixes
Goes withServiceannotation on aNamedNamingObjectProxy. Using this annotation aNamedNamingObjectProxyindicates what namespace prefixes are handled by a proxy. This extra metadata enables lazy instantiation ofNamedNamingObjectProxyobjects.- Author:
- sanjeeb.sahoo@oracle.com
-
-
Element Detail
-
value
@Metadata("NamespacePrefixes") String[] value
-
-