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(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)
Copyright © 2013 JBoss by Red Hat. All rights reserved.