Description

com.google.api.server.spi.config

Annotation Type Description



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

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

      • value

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