org.apache.felix.scrplugin.annotations
Class ClassAnnotation

java.lang.Object
  extended by org.apache.felix.scrplugin.annotations.ScannedAnnotation
      extended by org.apache.felix.scrplugin.annotations.ClassAnnotation

public class ClassAnnotation
extends ScannedAnnotation

A class annotation


Field Summary
 
Fields inherited from class org.apache.felix.scrplugin.annotations.ScannedAnnotation
name, values
 
Constructor Summary
ClassAnnotation(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> values)
          Constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.apache.felix.scrplugin.annotations.ScannedAnnotation
getBooleanValue, getEnumValue, getIntegerValue, getLongValue, getName, getSimpleName, getStringValue, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassAnnotation

public ClassAnnotation(java.lang.String name,
                       java.util.Map<java.lang.String,java.lang.Object> values)
Constructor.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ScannedAnnotation


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