Package com.onec.annotations
Annotation Interface UiSection
@Deprecated(since="next",
forRemoval=true)
@Retention(RUNTIME)
@Target(TYPE)
public @interface UiSection
Deprecated, for removal: This API element is subject to removal in a future version.
Sidebar section assignment for an entity.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.
-
Element Details
-
value
String valueDeprecated, for removal: This API element is subject to removal in a future version. -
order
int orderDeprecated, for removal: This API element is subject to removal in a future version.- Default:
0
-
Layoutbean instead, e.g./api/ui/metadata/layout); this annotation is currently echoed only onto the per-entity metadata response as asectionfield that the React frontend does not consume. The annotation will be removed in the next release.