Package org.hcjf.layers
Annotation Type DefaultLayer
-
@Target(TYPE) @Retention(RUNTIME) public @interface DefaultLayerThis annotation is to identify if some implementation is the default implementation to resolve a set of interfaces.- Author:
- javaito
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends LayerInterface>[]valueContains all the interfaces that the annotated class is a default implementation.
-
-
-
Element Detail
-
value
java.lang.Class<? extends LayerInterface>[] value
Contains all the interfaces that the annotated class is a default implementation.- Returns:
- Set of interfaces.
-
-