Annotation Interface Domain
@Documented
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@RequirementMeta(type=STORING)
public @interface Domain
Specifies the domain associated with an HTTP request handler or service.
This annotation can be applied to methods or classes.
- Since:
- 2.3.0-SNAPSHOT
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Defines the domain associated with the annotated method or class.- Returns:
- The domain as a string.
-