Skip to content

Commit

Permalink
Merge pull request #344 from eamonnmcmanus/update-2016-06-10
Browse files Browse the repository at this point in the history
Clarify documentation about annotating AutoValue fields.
  • Loading branch information
eamonnmcmanus authored Jun 10, 2016
2 parents 1d316fa + ef9c37a commit d4c6189
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions value/userguide/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,9 @@ good to go.

## <a name="annotate_field"></a>... apply an annotation to a generated field?

Your only option is to put the same annotation on your hand-written abstract
accessor method, if possible.
This is not currently supported; however any annotations on your
hand-written abstract accessor methods will also appear on the generated
implementations of these methods.

## <a name="annotation"></a>... use AutoValue to implement an annotation type?

Expand Down

0 comments on commit d4c6189

Please sign in to comment.