Annotation Interface Alias


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Alias
The annotation that specify alias name.

How to use:

 @Alias("Email")
 public class UserEmail {
   // ...
 }
 
Author:
Clinton Begin