Class VetoedSuppressedAnnotatedType<T>

Type Parameters:
T -
All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated, jakarta.enterprise.inject.spi.AnnotatedType<T>

public class VetoedSuppressedAnnotatedType<T> extends ForwardingAnnotatedType<T>
Allows a type annotated with Vetoed to be registered, i.e. Vetoed annotation is ignored.
Author:
Kirill Gaevskii, Martin Kouba
  • Constructor Details

    • VetoedSuppressedAnnotatedType

      public VetoedSuppressedAnnotatedType(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType)
      Parameters:
      annotatedType -
  • Method Details