@Retention(value=RUNTIME) @Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD}) public @interface RuleDependencies
RuleDependency annotations to be
applied to a single element.| Modifier and Type | Required Element and Description |
|---|---|
RuleDependency[] |
value
The set of rule dependencies for the annotated element.
|
public abstract RuleDependency[] value
Copyright © 1992–2024 Daniel Sun. All rights reserved.