Client and backend. Every class listed here is shared: the same code is compiled into your app and into your server. The package's page in the client API lists all of it, including any classes that exist only in the app.

package java.lang.annotation

Types

interface AnnotationA mirror of java.lang.Annotation.
class AnnotationFormatErrorA mirror of java.lang.annotation.AnnotationFormatError.
annotation Documented
enum ElementTypeA mirror of java.lang.annotation.ElementType.
class IncompleteAnnotationExceptionA mirror of java.lang.annotation.IncompleteAnnotationException.
annotation Inherited
annotation Retention
enum RetentionPolicyA mirror of java.lang.annotation.RetentionPolicy.
annotation Target