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:
  • Field Details

    • INSTANCE

      public static final VaadinServiceEnabled.Literal INSTANCE
      Singleton instance of the Literal class, which allows inline instantiation of the VaadinServiceEnabled annotation. This instance provides a reusable, predefined implementation of the annotation for use in various contexts.
  • Constructor Details

    • Literal

      public Literal()