@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RelationName
By default the simple class name (all lowercase) is used as relation name. This annotation can be used to provide a custom one.
String
value
public abstract String value
Copyright © 2018. All rights reserved.