Package com.marginallyclever.ro3.view


package com.marginallyclever.ro3.view
  • Class
    Description
    Classes annotated with this annotation are saying that they implement the ViewProvider interface for class 'of'.
    Finds all classes annotated with View that are 'of' the given target class.
    Classes implementing ViewProvider are saying that they can provide Swing components that can be used to view or manipulate a subject instance.