org.jdiameter.api.annotation
Annotation Type Setter


@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD})
public @interface Setter

This annotation allows set child object to command / group avp and set value to simple avp

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

Optional Element Summary
 Setter.Type value
          Return type of setter
 

value

public abstract Setter.Type value
Return type of setter

Returns:
type of setter
Default:
org.jdiameter.api.annotation.Setter.Type.DEFINED


Copyright © 2013. All Rights Reserved.