@Target(value=TYPE) @Retention(value=RUNTIME) @IndexAnnotated public @interface Type
{@code| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Return the logical name for this type, and if null, the logical is assumed to be actual
Java enum name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isAbstract
Whether the type is abstract
|
Class<?>[] |
superTypes
Returns an array of types which this type extends
|
public abstract String name
public abstract boolean isAbstract
public abstract Class<?>[] superTypes
Copyright © 2017. All rights reserved.