@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ModelInputLocation
ModelInput
location.Modifier and Type | Required Element and Description |
---|---|
Class<? extends ModelInput<?>> |
value
Corresponded
ModelInput class of the annotated model class. |
public abstract Class<? extends ModelInput<?>> value
ModelInput
class of the annotated model class.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.