@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Factory
This annotation is required for many Vertigo synchronization types.
When component or synchronization types are created by
Vertigo, the annotated factory method is used. The factory method must
be a public and static method that returns the
same type as the defining class. The method can accept any arguments in
any order and Vertigo will pass available arguments as appropriate.
Copyright © 2013-2014. All Rights Reserved.