@Retention(value=RUNTIME) @Target(value=METHOD) public @interface TeaGetConfig
Get configuration operation. Types with that operation will have configuration available for the UI to display. It can return any valid POJO. This annotation is not valid for TOP_LEVEL objects.
Example:
MyPOJO getConfig(String key)
Modifier and Type | Optional Element and Description |
---|---|
String |
objectType
specify the object type name in case there are more types defined in the class
|
public abstract String objectType
Copyright © 2015 Cloud Software Group, Inc.. All Rights Reserved.