org.apache.geronimo.gbean.annotation
Annotation Type ParamAttribute


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface ParamAttribute

Version:
$Rev:$ $Date:$

Required Element Summary
 String name
           
 
Optional Element Summary
 EncryptionSetting encrypted
           
 boolean manageable
           
 boolean persistent
           
 

Element Detail

name

public abstract String name

persistent

public abstract boolean persistent
Default:
true

manageable

public abstract boolean manageable
Default:
true

encrypted

public abstract EncryptionSetting encrypted
Default:
org.apache.geronimo.gbean.annotation.EncryptionSetting.DEFAULT


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.