Annotation Type InterfaceLayer


@Retention(CLASS) @Target({PACKAGE,TYPE}) @Documented public @interface InterfaceLayer
Identifies the InterfaceLayer in a layered architecture. The interface layer is responsible for handling external requests either from users or other systems.
See Also: