@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Provided
TestConfigProvider annotation at the class level.
The Test Config Provider class should have methods annotated with TestBean annotations and
should be public. It is a convenient annotation to support IoC. A user can also use Inject annotation
to achieve the same behavior.public abstract String value
Copyright © 2014. All rights reserved.