You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/04/20 13:53:53 UTC

svn commit: r1740126 - /myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/UIComponentTag.java

Author: lofwyr
Date: Wed Apr 20 11:53:53 2016
New Revision: 1740126

URL: http://svn.apache.org/viewvc?rev=1740126&view=rev
Log:
javadoc

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/UIComponentTag.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/UIComponentTag.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/UIComponentTag.java?rev=1740126&r1=1740125&r2=1740126&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/UIComponentTag.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-tool/tobago-tool-annotation/src/main/java/org/apache/myfaces/tobago/apt/annotation/UIComponentTag.java Wed Apr 20 11:53:53 2016
@@ -55,20 +55,17 @@ public @interface UIComponentTag {
 
   /**
    * Array of supported component-types that explictly enumerates the
-   * set of allowd component children for this component. Other possible values are: ALL...
-   * @return
+   * set of allowed component children for this component. Other possible values are: ALL...
    */
   String [] allowedChildComponenents() default { "ALL" };
 
   /**
    * Specifies the category of a component palette.
-   * @return
    */
   Category category() default Category.GENERAL;
 
   /**
    * Specifies whether this component should be available on a component palette.
-   * @return
    */
   boolean isHidden() default false;