Updated Branches: refs/heads/master a9173f9a7 -> 6460e445c
Fix javadoc to reflect actual behavior Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/974adcc7 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/974adcc7 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/974adcc7 Branch: refs/heads/master Commit: 974adcc72cc3e89b88e0d5a27c353de89781f5dc Parents: a9173f9 Author: Massimo Lusetti <[email protected]> Authored: Tue Aug 6 11:45:58 2013 +0200 Committer: Massimo Lusetti <[email protected]> Committed: Tue Aug 6 11:45:58 2013 +0200 ---------------------------------------------------------------------- .../org/apache/tapestry5/annotations/PageActivationContext.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/974adcc7/tapestry-core/src/main/java/org/apache/tapestry5/annotations/PageActivationContext.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/annotations/PageActivationContext.java b/tapestry-core/src/main/java/org/apache/tapestry5/annotations/PageActivationContext.java index 19938de..9d70f5c 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/annotations/PageActivationContext.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/annotations/PageActivationContext.java @@ -28,8 +28,7 @@ import org.apache.tapestry5.ioc.annotations.UseWith; * In order to use this annotation you must contribute a {@link org.apache.tapestry5.ValueEncoder} for the class of the * annotated property. * <p/> - * You should not use this annotation within a class that already has an onActivate() or onPassivate() method; doing so - * will result in a runtime exception. + * You should not use this annotation more than once per page class; doing it will result in a runtime exception. */ @Target(FIELD) @Documented
