public class LSAnnotationCache extends Object
Modifier and Type | Method and Description |
---|---|
HashMap<PackageID,List<BAnnotationSymbol>> |
getAnnotationMapForType(AnnotationNodeKind attachmentPoint,
LSContext ctx)
Get the annotation map for the given type.
|
static LSAnnotationCache |
getInstance() |
static void |
initiate() |
public static LSAnnotationCache getInstance()
public static void initiate()
public HashMap<PackageID,List<BAnnotationSymbol>> getAnnotationMapForType(AnnotationNodeKind attachmentPoint, LSContext ctx)
attachmentPoint
- Attachment pointctx
- LSContextHashMap
Map of annotation listsCopyright © 2019 WSO2. All rights reserved.