org.stjs.generator
Interface DependencyResolver


public interface DependencyResolver

this interface is used to lazily resolve a class with its corresponding javascript, when the list of dependencies is browsed.

Author:
acraciun

Method Summary
 ClassWithJavascript resolve(String className)
           
 

Method Detail

resolve

ClassWithJavascript resolve(String className)


Copyright © 2014. All Rights Reserved.