@Target(value=FIELD) @Retention(value=RUNTIME) public @interface MockInBeans
@MockInBean annotations.
Can be used natively, declaring several nested @MockInBean annotations.
Can also be used in conjunction with Java 8's support for repeatable
annotations, where @MockInBean can simply be declared several times
on the same type, implicitly generating this container
annotation.
| Modifier and Type | Required Element and Description |
|---|---|
MockInBean[] |
value |
public abstract MockInBean[] value
@MockInBean annotations.Copyright © 2021. All rights reserved.