@Target(TYPE)
@Retention(RUNTIME)
public @interface CrossPartitionAware
Annotation marker for supporting JNDI cross partition aware.
All JNDI resource annotated by this annotation will be allowed cross
partition access. This behavior is decided in the compiling time.
If you want make the decision during the runtime, please use interface
weblogic.jndi.CrossPartitionAware, and implement isAccessAllowed()
Please note that if use interface weblogic.jndi.CrossPartitionAware and
annotation weblogic.jndi.annotation.CrossPartitionAware at the same time,
the interface weblogic.jndi.CrossPartitionAware will always take precedence.
And we do NOT encourage for this kind of usage.
Copyright (c) 2015 Oracle and/or its affiliates.