Annotation Interface Factory


@Target(TYPE) @Retention(SOURCE) @Documented @Inherited public @interface Factory
Signifies that the marked class is used to be used by the programmer to create another object. This is usually the case to do something in a desired way such as method chaining.
作者:
Jack Meng
另请参阅: