jass.modern
Annotation Type Name


@Retention(value=CLASS)
@Target(value=PARAMETER)
public @interface Name

Is used to define the specification name of a method or constructor parameter. This is required in some case:

  1. The source code was compiled with no var debug information. E.g compiler-flag -g:none.
  2. The method is abstract.

Author:
riejo

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value