@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface PrivateSource
Annotation to be applied to private sources so they are ignored from being dynamically "discovered" for use in configuration.
Typically source instances are always available but in some circumstances,
for example, there may be specific Work
or ManagedObject
sources that are built specific to the section (and make no sense using
outside the section).
Copyright © 2005–2016. All rights reserved.