@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Join
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
isSingleton
Indicates that the object joined by @Join is a singleton,
otherwise a completely new instance is created each time.
|
int |
order
It will be sorted according to the current serial number.
|
Copyright © 2026 The Apache Software Foundation. All rights reserved.