-
Classes in dalvik.annotation with annotations of type Retention
| Modifier and Type |
Class |
Description |
interface |
AndroidOnly |
Marks a test-case as Android-only, that is, it should not be executed on
other systems.
|
interface |
BrokenTest |
Marks a test case as broken.
|
interface |
KnownFailure |
Marks a test case as a known failure.
|
interface |
SideEffect |
Marks a test-case as either having a side-effect that other tests might
notice or suffering from such a side effect.
|
interface |
TestTarget |
Deprecated.
|
interface |
TestTargetClass |
Deprecated.
|
interface |
TestTargetNew |
Defines an annotation used be used within the TestInfo annotation.
|
interface |
TestTargets |
Defines an annotation for test classes that allows to link them to the class
that is being tested.
|
interface |
ToBeFixed |
Defines an annotation for test methods that indicate the test method
need to be fixed in future.
|
-
Classes in java.lang with annotations of type Retention
| Modifier and Type |
Class |
Description |
interface |
Deprecated |
Annotation type used to mark program elements that should no longer be used
by programmers.
|
interface |
FindBugsSuppressWarnings |
Suppress FindBugs warnings on the annotated element.
|
interface |
FunctionalInterface |
Marks an interface as a "functional interface" as defined by the
JLS 8.
|
interface |
Override |
Annotation type used to mark methods that override a method declaration in a
superclass.
|
interface |
SafeVarargs |
Claims to the compiler that the annotation target does nothing potentially unsafe
to its varargs argument.
|
interface |
SuppressWarnings |
Annotation type used to indicate that the compiler should not issue the
specified warnings for the marked program element.
|
-
Classes in java.lang.annotation with annotations of type Retention
| Modifier and Type |
Class |
Description |
interface |
Documented |
Defines a meta-annotation for indicating that an annotation is documented and
considered part of the public API.
|
interface |
Inherited |
Defines a meta-annotation for indicating that an annotation is automatically
inherited.
|
interface |
Retention |
Defines a meta-annotation for determining the scope of retention for an
annotation.
|
interface |
Target |
Defines a meta-annotation for determining what ElementTypes an
annotation can be applied to.
|
-
Classes in org.robovm.rt.annotation with annotations of type Retention
| Modifier and Type |
Class |
Description |
interface |
StronglyLinked |
Marks a method to be strongly linked preventing it from being stripped no
matter which tree shaking algorithm is being used.
|
interface |
WeaklyLinked |
Marks a method to be weakly linked when using the conservative tree
shaking algorithm.
|
-