com.netflix.karyon.finder
Class ComponentFinder

java.lang.Object
  extended by com.netflix.karyon.finder.ComponentFinder

public class ComponentFinder
extends java.lang.Object

Discovers all the classes that are annotated with Component.


Constructor Summary
ComponentFinder(com.netflix.governator.lifecycle.ClasspathScanner scanner)
           
 
Method Summary
 java.util.Set<java.lang.Class<?>> findComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFinder

@Inject
public ComponentFinder(com.netflix.governator.lifecycle.ClasspathScanner scanner)
Method Detail

findComponents

public java.util.Set<java.lang.Class<?>> findComponents()