@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Repeatable(value=AddPackages.All.class) public @interface AddPackages
Packages are selected by providing any bean class in the package.
| Modifier and Type | Required Element and Description |
|---|---|
Class<?>[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
recursively |
public abstract Class<?>[] value
Copyright © 2019. All rights reserved.