Package net.officefloor.frame.api.source
Annotation Type TestSource
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface TestSource
Annotation to be applied to test/mock sources so they are ignored from being dynamically "discovered" for use in configuration.
Typically source implementations will always be focused for actual deployed use, however there are many source implementations in the tests for
OfficeFrame
that should not be used other than for testing.- Author:
- Daniel Sagenschneider