org.apache.felix.scrplugin.tags.annotation.defaulttag
Class PropertyTag.PropertyOptionImpl

java.lang.Object
  extended by org.apache.felix.scrplugin.tags.annotation.defaulttag.PropertyTag.PropertyOptionImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, PropertyOption
Enclosing class:
PropertyTag

protected static class PropertyTag.PropertyOptionImpl
extends Object
implements PropertyOption


Constructor Summary
PropertyTag.PropertyOptionImpl(com.thoughtworks.qdox.model.Annotation annotation, JavaClassDescription desc)
           
 
Method Summary
 Class<? extends java.lang.annotation.Annotation> annotationType()
           
 String name()
           
 String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

PropertyTag.PropertyOptionImpl

public PropertyTag.PropertyOptionImpl(com.thoughtworks.qdox.model.Annotation annotation,
                                      JavaClassDescription desc)
Method Detail

name

public String name()

value

public String value()

annotationType

public Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.