Example usage for java.lang.annotation RetentionPolicy CLASS

List of usage examples for java.lang.annotation RetentionPolicy CLASS

Introduction

In this page you can find the example usage for java.lang.annotation RetentionPolicy CLASS.

Prototype

RetentionPolicy CLASS

To view the source code for java.lang.annotation RetentionPolicy CLASS.

Click Source Link

Document

Annotations are to be recorded in the class file by the compiler but need not be retained by the VM at run time.

Usage

From source file:org.androidannotations.annotations.HttpsClient.java

    @see RestClientSupport
- * @see RestClientRootUrl//from w  ww .  ja v a 2s.c o m
- * @see RestClientHeaders
+ * @see org.androidannotations.api.rest.RestClientSupport
+ * @see org.androidannotations.api.rest.RestClientRootUrl
+ * @see org.androidannotations.api.rest.RestClientHeaders
  */
 @Retention(RetentionPolicy.CLASS)
 @Target(ElementType.TYPE)
@@ -211,5 +207,6 @@
    Class<?>[] converters();