@Qualifier @Retention(value=RUNTIME) @Target(value=TYPE) public @interface NamespacePrefixes
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.@Metadata(value="NamespacePrefixes") public abstract String[] value
Copyright © 2020. All rights reserved.