Class RecordingAnnotationsUtil

java.lang.Object
io.quarkus.deployment.recording.RecordingAnnotationsUtil

final class RecordingAnnotationsUtil extends Object
  • Field Details

    • IGNORED_PROPERTY_ANNOTATIONS

      static final List<Class<? extends Annotation>> IGNORED_PROPERTY_ANNOTATIONS
    • RECORDABLE_CONSTRUCTOR_ANNOTATIONS

      static final List<Class<? extends Annotation>> RECORDABLE_CONSTRUCTOR_ANNOTATIONS
  • Method Details

    • isIgnored

      static boolean isIgnored(AccessibleObject object)
    • isRecordableConstructor

      static boolean isRecordableConstructor(Constructor<?> ctor)