org.apache.tapestry5.ioc.annotations
Annotation Type NotLazy


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@UseWith(value=SERVICE)
public @interface NotLazy

Marks a method as specifically not-lazy, even if other methods in the same interface are being advised as lazy.

Since:
5.1.0.0



Copyright © 2003-2012 The Apache Software Foundation.