Skip to content

Commit

Permalink
Add package-info.java for reflections
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Sep 26, 2010
1 parent 1aadc6d commit 003d1f2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
@@ -0,0 +1,11 @@
/**
* <p>
* A builder class for creating {@link javax.enterprise.inject.spi.AnnotatedType} instances
* from an existing {@link javax.enterprise.inject.spi.AnnotatedType} or a {@link java.lang.Class}.
* </p>
*
* @author Pete Muir
*
* @see org.jboss.weld.extensions.reflection.annotated.AnnotatedTypeBuilder
*/
package org.jboss.weld.extensions.reflection.annotated;
@@ -0,0 +1,23 @@
/**
* <p>
* A set of utilities for working with JDK reflection and Annotated metadata, including:
* </p>
*
* <table>
* <tr>
* <td><code>AnnotationInspector</code></td><td>Query an {@link java.lang.reflect.AnnotatedElement} for meta-annotations</td>
* </tr>
* <tr>
* <td><code>AnnotationInstanceProvider</code></td><td>Create annotation instances at runtime</td>
* </tr>
* <tr>
* <td><code>Reflections</code></td><td>Utilities for working with JDK reflection and Annotated metadata</td>
* </tr>
* <tr>
* <td><code>Synthetic</code></td><td>Create synthetic qualifiers for disambiguating injection points</td>
* </tr>
* </table>
*
* @author Pete Muir
*/
package org.jboss.weld.extensions.reflection;

0 comments on commit 003d1f2

Please sign in to comment.