@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Dynamic.Inject
Dynamic.Inject annotation specifies the getter to be
called to retrieve an instance of a producer for the suite under test.
The classes included in the suite must have a Contract.Inject setter that
accepts the type returned by this method. That method must then set the
internals of the test so that the Contract.Inject annoated getter will
produce the proper object for the specific test.Copyright © 2013-2014 XENEI.com. All Rights Reserved.