com.googlecode.jslint4java
Annotation Type NeedsContext


@Retention(value=SOURCE)
@Target(value={METHOD,CONSTRUCTOR})
@Documented
public @interface NeedsContext

An indication that this method requires access to the current JavaScript context. This indicates that the method should contain within it one of:

TODO: enforce this annotation programmatically.



Copyright © 2007-2012. All Rights Reserved.