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
-
Element Details
-
value
String valueReturn the alias name.- Returns:
- the alias name
-