0
kicks
Exploring Reflection: Using Reflection to find Markers
Taking a look at how to find various markers (interfaces and attributes) on a class by using reflection. This technique can help you to build out dynamic loading/find type of logic in your pluggable applications.