Package net.officefloor.frame.api.source
Annotation Type TestSource
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface TestSourceAnnotation 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
OfficeFramethat should not be used other than for testing.- Author:
- Daniel Sagenschneider