com.netflix.karyon.finder
Class ApplicationFinder

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

public class ApplicationFinder
extends java.lang.Object

Discovers all the classes that are annotated with Application.


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

Constructor Detail

ApplicationFinder

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

findApplication

@Nullable
public java.lang.Class<?> findApplication()