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 ContainerType |
containerType(CAnnotatedDescriptor descriptor) |
static ContainerType |
containerType(JField field) |
static ContainerType |
containerType(PField field) |
static boolean |
isDeprecated(CAnnotatedDescriptor value) |
static boolean |
isDeprecated(JField field) |
static boolean |
isDeprecated(PDescriptor descriptor) |
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(CAnnotatedDescriptor value)
public static boolean isDeprecated(PDescriptor descriptor)
public static ContainerType containerType(PField field)
public static ContainerType containerType(JField field)
public static ContainerType containerType(CAnnotatedDescriptor descriptor)
Copyright © 2015–2017 morimekta.net. All rights reserved.