Uses of Interface
com.iizix.api.IAnnotationReferenceProcessor
Packages that use IAnnotationReferenceProcessor Package Description com.iizix.api com.iizix.prop.ui com.iizix.prop.vs Uses of IAnnotationReferenceProcessor in com.iizix.api
Fields in com.iizix.api declared as IAnnotationReferenceProcessor Modifier and Type Field Description IAnnotationReferenceProcessor<?,?>AnnotationType. processorThe reference processor interface, null if not a reference annotation type.Uses of IAnnotationReferenceProcessor in com.iizix.prop.ui
Classes in com.iizix.prop.ui that implement IAnnotationReferenceProcessor Modifier and Type Class Description classUIAnnotationReferenceProcessorThe UI reference processor used for the @UIRef annotation.classUIPanelAnnotationReferenceProcessorThe UI panel reference processor used for the @UIPanelRef annotation.Uses of IAnnotationReferenceProcessor in com.iizix.prop.vs
Classes in com.iizix.prop.vs that implement IAnnotationReferenceProcessor Modifier and Type Class Description classFullVSAnnotationReferenceProcessorThe VirtualSpace reference processor used for the @FullVSRef annotation.classVSAnnotationReferenceProcessorThe VS reference processor used for the @VSRef annotation.