@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface InstanceDescription
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends Messages> |
msgLocation |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
java.lang.String[] |
fields |
java.lang.String |
icon |
java.lang.String |
objNameKey |
java.lang.String |
title |
public abstract java.lang.Class<? extends Messages> msgLocation