Package org.apache.ibatis.type
Annotation Interface Alias
The annotation that specify alias name.
How to use:
@Alias("Email")
public class UserEmail {
// ...
}
- Author:
- Clinton Begin
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturn the alias name.- Returns:
- the alias name
-