JavaScript is disabled on your browser.
Skip navigation links
Tapestry API - 5.9.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.tapestry5.ioc.annotations
Annotation Type NotLazy
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@Documented
@UseWith
(
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