[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003e@Description\u003c/code\u003e annotation is used to specify the description of an API parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt targets parameters and is retained at runtime, indicating its use in reflection or runtime processing.\u003c/p\u003e\n"],["\u003cp\u003eThe annotation contains one optional element, \u003ccode\u003evalue\u003c/code\u003e, which is a string that holds the actual parameter description.\u003c/p\u003e\n"],["\u003cp\u003eThe default value of the \u003ccode\u003evalue\u003c/code\u003e element is an empty string.\u003c/p\u003e\n"]]],[],null,["# Description\n\ncom.google.api.server.spi.config\n\nAnnotation Type Description\n---------------------------\n\n-\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n @Target(value=PARAMETER)\n @Retention(value=RUNTIME)\n public @interface Description\n ``` \nAnnotation to specify the description of an API parameter. \n-\n -\n\n ### Optional Element Summary\n\n-\n -\n\n ### Element Detail\n\n\n -\n\n #### value\n\n ```\n public abstract java.lang.String value\n ``` \n The parameter description.\n\n Default:\n : \"\""]]