java.lang.Object
com.marginallyclever.ro3.view.ViewFinder
Finds all classes annotated with
View
that are 'of' the given target class.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set
<ViewProvider<?>> Finds all@View(of=targetClass)
classes.
-
Constructor Details
-
ViewFinder
public ViewFinder()
-
-
Method Details
-
findViews
Finds all@View(of=targetClass)
classes.- Parameters:
targetClass
- the class to find views for- Returns:
- a set of view providers
-