public class AnnotationType extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<org.jboss.jandex.ClassInfo,AnnotationType> |
FOR_CLASSINFO |
static com.google.common.base.Function<AnnotationType,String> |
TO_FQCN |
Constructor and Description |
---|
AnnotationType(Class<? extends Annotation> annotation) |
AnnotationType(org.jboss.jandex.DotName name,
boolean inherited) |
public static final com.google.common.base.Function<AnnotationType,String> TO_FQCN
public static final com.google.common.base.Function<org.jboss.jandex.ClassInfo,AnnotationType> FOR_CLASSINFO
public AnnotationType(org.jboss.jandex.DotName name, boolean inherited)
public AnnotationType(Class<? extends Annotation> annotation)
Copyright © 2014 JBoss by Red Hat. All rights reserved.