java.lang.Object
org.marid.misc.Annotations
public class Annotations extends Object
-
Constructor Summary
Constructors Constructor Description Annotations() -
Method Summary
Modifier and Type Method Description static Stream<Annotation>fetch(AnnotatedElement element)static <A extends Annotation>
Stream<A>fetch(AnnotatedElement element, Class<A> type)static <A extends Annotation>
Optional<A>fetchOne(AnnotatedElement element, Class<A> type)
-
Constructor Details
-
Annotations
public Annotations()
-
-
Method Details