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