@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.ANNOTATION_TYPE)
public interface BEMapper
Modifier and Type | Method and Description |
---|---|
Enabled |
enabled() |
java.lang.String |
inputelement() |
MapperElementType |
type() |
Enabled enabled()
Enabled
annotation, if this annotation is not specified the default value is trueMapperElementType type()
MapperElementType
type. If not specified the default value is MapperElementType.UNKNOWN
java.lang.String inputelement()