@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Hidden
Datatype
s created from a POJO containing this annotation will be created as hidden data types.
This annotation is not automatically inherited to subclasses.
See DatatypeProperties.isHidden()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.