org.jboss.xb.annotations
Annotation Type JBossXmlPreserveWhitespace
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface JBossXmlPreserveWhitespace
A JBossXmlPreserveWhitespace.
This annotation can be used for string properties to signify whether to trim or preserve whitespaces of the values.
The schema default behavior is set with JBossXmlSchema.normalizeSpace().
- Version:
- $Revision: 1.1 $
- Author:
- Alexey Loubyansky
Optional Element Summary |
boolean |
preserve
|
preserve
public abstract boolean preserve
- Default:
- true
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.