org.apache.maven.tools.plugin.annotations.datamodel
Class AnnotatedContent

java.lang.Object
  extended by org.apache.maven.tools.plugin.annotations.datamodel.AnnotatedContent
Direct Known Subclasses:
AnnotatedField, MojoAnnotationContent

public class AnnotatedContent
extends Object

Since:
3.0
Author:
Olivier Lamy

Constructor Summary
AnnotatedContent()
           
 
Method Summary
 String getDeprecated()
           
 String getDescription()
           
 String getSince()
           
 void setDeprecated(String deprecated)
           
 void setDescription(String description)
           
 void setSince(String since)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedContent

public AnnotatedContent()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSince

public String getSince()

setSince

public void setSince(String since)

getDeprecated

public String getDeprecated()

setDeprecated

public void setDeprecated(String deprecated)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.