[[["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\u003e\u003ccode\u003e@DefaultValue\u003c/code\u003e is an annotation used for parameters in the \u003ccode\u003ecom.google.api.server.spi.config\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eThis annotation allows developers to specify a default value for a given named parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e@DefaultValue\u003c/code\u003e annotation targets parameters and is available at runtime.\u003c/p\u003e\n"],["\u003cp\u003eThe default value is set through the \u003ccode\u003evalue\u003c/code\u003e element of the annotation.\u003c/p\u003e\n"],["\u003cp\u003eIf no default value is provided the element's default is set to an empty string.\u003c/p\u003e\n"]]],[],null,["# DefaultValue\n\ncom.google.api.server.spi.config\n\nAnnotation Type DefaultValue\n----------------------------\n\n-\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n @Target(value=PARAMETER)\n @Retention(value=RUNTIME)\n public @interface DefaultValue\n ``` \nDefault value for parameters. \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 Sets the default value of a named parameter.\n\n Default:\n : \"\""]]