org.milyn.scribe.annotation
Annotation Type Param


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

Indicates the name of a parameter.

Maybe you wonder why the variable name of the parameter can't be used? That name is lost when java compiles the java code.

Author:
maurice.zeijen@smies.com

Required Element Summary
 String value
          The name of the parameter
 

Element Detail

value

public abstract String value
The name of the parameter

Returns:
the name of the parameter


Copyright © 2018. All rights reserved.