Uses of Class
io.ebean.enhance.common.AnnotationInfo
Packages that use AnnotationInfo
-
Uses of AnnotationInfo in io.ebean.enhance.common
Methods in io.ebean.enhance.common that return AnnotationInfoModifier and TypeMethodDescriptionClassMeta.getAnnotationInfo()Return the AnnotationInfo collected on methods.ClassMeta.getInterfaceTransactionalInfo(String methodName, String methodDesc) Return the transactional annotation information for a matching interface method.Methods in io.ebean.enhance.common with parameters of type AnnotationInfoConstructors in io.ebean.enhance.common with parameters of type AnnotationInfoModifierConstructorDescriptionAnnotationInfo(AnnotationInfo parent) The parent is typically the class level annotation information which could be considered to hold default values.AnnotationInfoVisitor(String prefix, AnnotationInfo info, AnnotationVisitor av) -
Uses of AnnotationInfo in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity that return AnnotationInfoConstructors in io.ebean.enhance.entity with parameters of type AnnotationInfoModifierConstructorDescriptionMethodMeta(AnnotationInfo classAnnotationInfo, String name, String desc)