utils/annotation library

Functions

getAnnotation(Element element, Type type) → ConstantReader?
getClassAnnotation(ClassElement clazz, Type type) → ConstantReader?
getEntityAnnotation(Element element) → ConstantReader?
getMethodAnnotation(MethodElement method) → ConstantReader?
typeChecker(Type type) → TypeChecker