org.glassfish.api.naming
Annotation Type NamespacePrefixes


@Contract
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NamespacePrefixes

Goes with Service annotation on a NamedNamingObjectProxy. Using this annotation a NamedNamingObjectProxy indicates what namespace prefixes are handled by a proxy. This extra metadata enables lazy instantiation of NamedNamingObjectProxy objects.

Author:
sanjeeb.sahoo@oracle.com

Required Element Summary
 String[] value
           
 

Element Detail

value

@Index
public abstract String[] value


Copyright © 2012. All Rights Reserved.