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. processor
The 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 class
UIAnnotationReferenceProcessor
The UI reference processor used for the @UIRef annotation.class
UIPanelAnnotationReferenceProcessor
The 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 class
FullVSAnnotationReferenceProcessor
The VirtualSpace reference processor used for the @FullVSRef annotation.class
VSAnnotationReferenceProcessor
The VS reference processor used for the @VSRef annotation.