@ThreadSafe
public class AnnotationsParser
extends java.lang.Object
| Constructor and Description |
|---|
AnnotationsParser() |
AnnotationsParser(AnnotationParser annotaionParser) |
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationParser |
annotationParser() |
static AnnotationsParser |
annotationsParser() |
java.lang.Iterable<Annotation> |
parse(java.lang.String plain) |
public AnnotationsParser()
public AnnotationsParser(@Nullable
AnnotationParser annotaionParser)
@Nonnull public static AnnotationsParser annotationsParser()
@Nonnull public java.lang.Iterable<Annotation> parse(@Nullable java.lang.String plain)
@Nonnull protected AnnotationParser annotationParser()
Copyright © 2015 echocat. All Rights Reserved.