CAMEL-8820: Add note its currently only for languages
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/be73f1aa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/be73f1aa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/be73f1aa Branch: refs/heads/master Commit: be73f1aa893c3a86c6f3c875bd43a98d5405dc01 Parents: 2a28521 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat May 30 11:52:16 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat May 30 11:52:16 2015 +0200 ---------------------------------------------------------------------- .../src/main/java/org/apache/camel/AfterPropertiesConfigured.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/be73f1aa/camel-core/src/main/java/org/apache/camel/AfterPropertiesConfigured.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/AfterPropertiesConfigured.java b/camel-core/src/main/java/org/apache/camel/AfterPropertiesConfigured.java index 5b95ceb..9db353c 100644 --- a/camel-core/src/main/java/org/apache/camel/AfterPropertiesConfigured.java +++ b/camel-core/src/main/java/org/apache/camel/AfterPropertiesConfigured.java @@ -18,6 +18,8 @@ package org.apache.camel; /** * To perform optional initialization on an element after its properties has been configured. + * <p/> + * Currently only languages is supported using this callback. */ public interface AfterPropertiesConfigured {