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