org.jboss.beans.metadata.api.annotations
Annotation Type StringValue


@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface StringValue

String value.

Author:
Ales Justin

Required Element Summary
 String value
          Get the value.
 
Optional Element Summary
 boolean replace
          Do replace with system properties.
 boolean trim
          Do we trim.
 String type
          Get type.
 

Element Detail

value

public abstract String value
Get the value.

Returns:
the value

type

public abstract String type
Get type.

Returns:
the type
Default:
""

replace

public abstract boolean replace
Do replace with system properties.

Returns:
true for replace with system properties, false otherwise
Default:
true

trim

public abstract boolean trim
Do we trim.

Returns:
Default:
true


Copyright ? 2007 JBoss Inc.. All Rights Reserved.