Skip to content

Commit

Permalink
Added @documented to @WithAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 8, 2014
1 parent b593ca0 commit 6c5a90d
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -7,6 +7,7 @@

package org.jboss.forge.addon.ui.metadata;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
Expand All @@ -18,11 +19,12 @@

/**
* Allows configuration of {@link InputComponent} injected fields
*
*
* @author <a href="mailto:ggastald@redhat.com">George Gastaldi</a>
* @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
*
*
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
public @interface WithAttributes
Expand Down

0 comments on commit 6c5a90d

Please sign in to comment.