public interface Annotatable
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> type) |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
<T extends Annotation> T getAnnotation(Class<T> type)
boolean isAnnotationPresent(Class<? extends Annotation> annotation)
Copyright © 2012–2014 Danish Maritime Authority. All rights reserved.