Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Add a note about annotations target "ANNOTATION" #8

Merged
merged 1 commit into from Oct 18, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions en/reference/annotations.rst
Expand Up @@ -346,6 +346,7 @@ Then you could define one or more targets :
- ``PROPERTY`` Allowed in the property docblock
- ``METHOD`` Allowed in the method docblock
- ``ALL`` Allowed in the class, property and method docblock
- ``ANNOTATION`` Allowed inside other annotations

If the annotations is not allowed in the current context you got an ``AnnotationException``

Expand Down