@Retention(value=RUNTIME) @Target(value=METHOD) public @interface NoTopLevelIndirection
ScriptEngineFactory can generate indirection methods that create global functions
that have the same name and params as methods of certain objects that actually just call the
method on the objects. By annotating a method on such object with this annotation one can prevent
that.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.