public class JAnnotation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPRECATED |
| Constructor and Description |
|---|
JAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCompact(PDeclaredDescriptor<?> type) |
static boolean |
isDeprecated(JField field) |
static boolean |
isDeprecated(PDeclaredDescriptor<?> type) |
static boolean |
isDeprecated(PEnumValue<?> value) |
static boolean |
isDeprecated(PField<?> field) |
public static final String DEPRECATED
public static boolean isDeprecated(PField<?> field)
public static boolean isDeprecated(JField field)
public static boolean isDeprecated(PDeclaredDescriptor<?> type)
public static boolean isDeprecated(PEnumValue<?> value)
public static boolean isCompact(PDeclaredDescriptor<?> type)
Copyright © 2016. All rights reserved.