JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
net.officefloor.web.template
Annotation Interface NotEscaped
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
NotEscaped
Marker on a property method of a bean to indicate that its return value should be rendered unescaped to the HTTP template response.
Author:
Daniel Sagenschneider