public class AnnotationAttachmentMetaInfo extends Object
Constructor and Description |
---|
AnnotationAttachmentMetaInfo(String attachmentName,
Queue<String> fieldQueue,
String packageAlias,
AnnotationNodeKind attachmentPoint) |
Modifier and Type | Method and Description |
---|---|
String |
getAttachmentName() |
AnnotationNodeKind |
getAttachmentPoint() |
Queue<String> |
getFieldQueue() |
String |
getPackageAlias() |
public AnnotationAttachmentMetaInfo(String attachmentName, Queue<String> fieldQueue, String packageAlias, AnnotationNodeKind attachmentPoint)
public String getAttachmentName()
public String getPackageAlias()
public AnnotationNodeKind getAttachmentPoint()
Copyright © 2019 WSO2. All rights reserved.