Package com.helger.commons.annotation
Annotation Type IsSPIInterface
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface IsSPIInterface
Marker interface that claims that implementations of this interface are loaded via theServiceLoader. This implies that the package and source file name should never change. SPI interfaces should also have the suffix SPI in their name (e.g.IServiceSPI).- Author:
- Philip Helger
- See Also:
IsSPIImplementation
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-