org.richfaces.cdk
Class SourceImpl

java.lang.Object
  extended by org.richfaces.cdk.SourceImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, Source

public class SourceImpl
extends java.lang.Object
implements Source


Constructor Summary
SourceImpl(Source value)
           
SourceImpl(Sources value)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 Sources value()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
toString
 

Constructor Detail

SourceImpl

public SourceImpl(Source value)

SourceImpl

public SourceImpl(Sources value)
Method Detail

value

public Sources value()

hashCode

public int hashCode()
Specified by:
hashCode in interface java.lang.annotation.Annotation
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.lang.annotation.Annotation
Overrides:
equals in class java.lang.Object

annotationType

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


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.