add missing @since 3.0

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1333840 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-05-04 10:01:14 +00:00
parent e2512e1859
commit ef09ac0dcb
14 changed files with 14 additions and 0 deletions

View File

@ -39,6 +39,7 @@ import java.util.List;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class JavaAnnotationsMojoDescriptorExtractor
extends AbstractLogEnabled

View File

@ -20,6 +20,7 @@ package org.apache.maven.tools.plugin.annotations.datamodel;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class AnnotatedContent
{

View File

@ -20,6 +20,7 @@ package org.apache.maven.tools.plugin.annotations.datamodel;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class AnnotatedField
extends AnnotatedContent

View File

@ -24,6 +24,7 @@ import java.lang.annotation.Annotation;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class ComponentAnnotationContent
extends AnnotatedField

View File

@ -25,6 +25,7 @@ import java.lang.annotation.Annotation;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class ExecuteAnnotationContent
implements Execute

View File

@ -25,6 +25,7 @@ import java.lang.annotation.Annotation;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class MojoAnnotationContent
extends AnnotatedContent

View File

@ -24,6 +24,7 @@ import java.lang.annotation.Annotation;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class ParameterAnnotationContent
extends AnnotatedField

View File

@ -47,6 +47,7 @@ import java.util.Map;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class DefaultMojoAnnotationsScanner
extends AbstractLogEnabled

View File

@ -28,6 +28,7 @@ import java.util.List;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class MojoAnnotatedClass
{

View File

@ -29,6 +29,7 @@ import java.util.List;
/**
* @author Olivier Lamy
* @since 3.0
*/
public interface MojoAnnotationsScanner
{

View File

@ -25,6 +25,7 @@ import java.util.List;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class MojoAnnotationsScannerRequest
{

View File

@ -26,6 +26,7 @@ import java.util.Map;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class MojoAnnotationVisitor
implements AnnotationVisitor

View File

@ -36,6 +36,7 @@ import java.util.Map;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class MojoClassVisitor
implements ClassVisitor

View File

@ -27,6 +27,7 @@ import org.objectweb.asm.Type;
/**
* @author Olivier Lamy
* @since 3.0
*/
public class MojoFieldVisitor
implements FieldVisitor