public class JAnnotation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPRECATED |
static String |
NON_NULL |
static String |
NULLABLE |
| Constructor and Description |
|---|
JAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDeprecated(CAnnotatedDescriptor value) |
static boolean |
isDeprecated(JField field) |
static boolean |
isDeprecated(PDescriptor descriptor) |
public static final String DEPRECATED
public static final String NON_NULL
public static final String NULLABLE
public static boolean isDeprecated(JField field)
public static boolean isDeprecated(CAnnotatedDescriptor value)
public static boolean isDeprecated(PDescriptor descriptor)
Copyright © 2015–2018 morimekta.net. All rights reserved.