org.rhq.bindings.util
Annotation Type NoTopLevelIndirection


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NoTopLevelIndirection

The 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.

Author:
Lukas Krejci



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.