@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface ScriptBean
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
excludeMethodName |
String[] |
includeMethodName |
String |
name |
String |
value |
@MirrorFor(attribute="name") public abstract String value
@MirrorFor(attribute="value") public abstract String name
public abstract String[] includeMethodName
public abstract String[] excludeMethodName
Copyright © 2025. All rights reserved.