Package com.marginallyclever.ro3.view
package com.marginallyclever.ro3.view
-
ClassDescriptionClasses annotated with this annotation are saying that they implement the
ViewProvider
interface for class 'of'.Finds all classes annotated withView
that are 'of' the given target class.ViewProvider<T>Classes implementingViewProvider
are saying that they can provide Swing components that can be used to view or manipulate a subject instance.