Named

com.google.api.server.spi.config

Annotation Type Named



  • @Target(value=PARAMETER)
     @Retention(value=RUNTIME)
    public @interface Named
    Annotation to specify the name of an API parameter.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      java.lang.String value
      The parameter name.
    • Element Detail

      • value

        public abstract java.lang.String value
        The parameter name.
        Default:
        ""