Uses of Annotation Type
dev.orne.beans.BeanReference
Packages that use BeanReference
-
Uses of BeanReference in dev.orne.beans
Classes in dev.orne.beans with annotations of type BeanReferenceModifier and TypeInterfaceDescriptioninterface
Interface representing a bean with identity.Fields in dev.orne.beans with type parameters of type BeanReferenceModifier and TypeFieldDescriptionstatic final BeanAnnotationFinder<BeanReference,
BeanReference.List> ValidBeanReference.ValidBeanReferenceValidator.FINDER
TheBeanReference
annotation finder.Method parameters in dev.orne.beans with type arguments of type BeanReferenceModifier and TypeMethodDescriptionstatic boolean
ValidBeanReference.ValidBeanReferenceValidator.isValid
(@NotNull Object value, @NotNull BeanAnnotationFinder<? extends BeanReference, ?> annotationFinder) Returnstrue
if specified bean is valid reference to it's bean type.