Package com.vaadin.quarkus.annotation
Class VaadinServiceEnabled.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<VaadinServiceEnabled>
com.vaadin.quarkus.annotation.VaadinServiceEnabled.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
VaadinServiceEnabled
public static final class VaadinServiceEnabled.Literal
extends jakarta.enterprise.util.AnnotationLiteral<VaadinServiceEnabled>
implements VaadinServiceEnabled
Supports inline instantiation of the
VaadinServiceEnabled
annotation.- Since:
- 2.2
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.quarkus.annotation.VaadinServiceEnabled
VaadinServiceEnabled.Literal -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VaadinServiceEnabled.LiteralSingleton instance of theLiteralclass, which allows inline instantiation of theVaadinServiceEnabledannotation. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Singleton instance of theLiteralclass, which allows inline instantiation of theVaadinServiceEnabledannotation. This instance provides a reusable, predefined implementation of the annotation for use in various contexts.
-
-
Constructor Details
-
Literal
public Literal()
-