Package org.qi4j.scripting.beanshell

Class Summary
BeanShellMixin Generic mixin that implements interfaces by delegating to BeanShell methods Each method in an interface is declared by a BeanShell method in a file located in classpath with the name "<interface>.bsh", where the interface name includes the package, and has "." replaced with "/".
BeanShellMixin.AppliesTo