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.
 Class<?> type
          Get type.
 

Element Detail

value

public abstract String value
Get the value.

Returns:
the value

type

public abstract Class<?> type
Get type.

Returns:
the type
Default:
void.class

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:
true to trim
Default:
true


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.