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-ffa450edef68master
parent
e2512e1859
commit
ef09ac0dcb
|
|
@ -39,6 +39,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class JavaAnnotationsMojoDescriptorExtractor
|
||||
extends AbstractLogEnabled
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ package org.apache.maven.tools.plugin.annotations.datamodel;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class AnnotatedContent
|
||||
{
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ package org.apache.maven.tools.plugin.annotations.datamodel;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class AnnotatedField
|
||||
extends AnnotatedContent
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ import java.lang.annotation.Annotation;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class ComponentAnnotationContent
|
||||
extends AnnotatedField
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ import java.lang.annotation.Annotation;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class ExecuteAnnotationContent
|
||||
implements Execute
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ import java.lang.annotation.Annotation;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class MojoAnnotationContent
|
||||
extends AnnotatedContent
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ import java.lang.annotation.Annotation;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class ParameterAnnotationContent
|
||||
extends AnnotatedField
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class DefaultMojoAnnotationsScanner
|
||||
extends AbstractLogEnabled
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class MojoAnnotatedClass
|
||||
{
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public interface MojoAnnotationsScanner
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class MojoAnnotationsScannerRequest
|
||||
{
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class MojoAnnotationVisitor
|
||||
implements AnnotationVisitor
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class MojoClassVisitor
|
||||
implements ClassVisitor
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ import org.objectweb.asm.Type;
|
|||
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
* @since 3.0
|
||||
*/
|
||||
public class MojoFieldVisitor
|
||||
implements FieldVisitor
|
||||
|
|
|
|||
Loading…
Reference in New Issue