Class RecordingAnnotationsUtil


  • final class RecordingAnnotationsUtil
    extends Object
    • Field Detail

      • 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 Detail

      • isRecordableConstructor

        static boolean isRecordableConstructor​(Constructor<?> ctor)