@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Join
| Modifier and Type | Optional Element and Description |
|---|---|
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 © 2023 The Apache Software Foundation. All rights reserved.