Deprecated API
Contents
-
Deprecated Classes
-
Deprecated Enum ClassesEnum ClassDescriptionbecause there is only a single non-deprecated search option left
-
Deprecated Exception Classes
-
Deprecated MethodsMethodDescriptionUse
AnnotationSupport.findAnnotation(Class, Class, List)(forSearchOption.DEFAULT) orAnnotationSupport.findAnnotation(Class, Class, List)(forSearchOption.INCLUDE_ENCLOSING_CLASSES) insteadPlease useReflectionSupport.tryToLoadClass(String)instead.Please useReflectionUtils.tryToLoadClass(String)instead.Please useReflectionUtils.tryToLoadClass(String, ClassLoader)instead.Please useReflectionUtils.tryToReadFieldValue(Class, String, Object)instead.Please useReflectionUtils.tryToReadFieldValue(Field)instead.Please useReflectionUtils.tryToReadFieldValue(Field, Object)instead.
-
Deprecated Enum ConstantsEnum ConstantDescriptionbecause it is preferable to inspect the runtime enclosing types of a class rather than where they are declared.