Package net.officefloor.frame.api.source
Annotation Type PrivateSource
-
@Documented @Retention(RUNTIME) @Target(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
ManagedFunction
orManagedObject
sources that are built specific to the section (and make no sense using outside the section).- Author:
- Daniel Sagenschneider