@Target(value=FIELD) @Retention(value=RUNTIME) public @interface SpyInBeans
@SpyInBean annotations.
Can be used natively, declaring several nested @SpyInBean annotations.
Can also be used in conjunction with Java 8's support for repeatable
annotations, where @SpyInBean can simply be declared several times
on the same type, implicitly generating this container
annotation.
Copyright © 2021. All rights reserved.