Merge "Add auto-doc to annotation."

This commit is contained in:
TreeHugger Robot
2018-12-20 21:50:27 +00:00
committed by Android (Google) Code Review

View File

@@ -29,6 +29,8 @@ import static java.lang.annotation.RetentionPolicy.SOURCE;
* Denotes that a numeric parameter, field or method return value is expected
* to represent a pixel dimension.
*
* @paramDoc This units of this value are pixels.
* @returnDoc This units of this value are pixels.
* {@hide}
*/
@Documented