@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ActionConfiguredBy
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends ActionConfig> |
value |
public abstract java.lang.Class<? extends ActionConfig> value
Copyright © 2003-present Jodd Team