The list of all annotations.
The list of all annotations. In general, if a specific annotation is searched for the method runtimeVisibleAnnotations or runtimeInvisibleAnnotations should be used.
Returns true if this (field, method, class) declaration is declared as deprecated.
Returns true if this (field, method, class) declaration is declared as deprecated.
The deprecated attribute is always set by the Java compiler when either the deprecated annotation or the JavaDoc tag is used.
True if this element was created by the compiler and the attribute Synthetic
is present.
True if this element was created by the compiler and the attribute Synthetic
is present. Compilers are, however, free to use the attribute or the corresponding
access flag.
We treat as a source element every entity that can be referred to by other class files.