@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Contract.Inject
Contract.Inject annotation specifies the method to be
called to retrieve an instance of a producer for the class under test.
The method must produce an instance of IProducer.
instance of the Producer interface (@see IProducer} that will generate
and instance the object under test.Copyright © 2013-2014 XENEI.com. All Rights Reserved.