@Documented
@Target(value={java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER})
@Retention(value=RUNTIME)
public @interface MainEntity
Modifier and Type | Optional Element and Description |
---|---|
boolean |
optional
Specifies, whether main entity of UESService must or must not exists.
|