您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选 |
必需
详细资料:
字段 |
元素
SEARCH:
程序包
pkg.exoad.poprock.core.annotations
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
另请参阅:
ICollatable