org.java.plugin.extension.annotations
Class NullableImpl
java.lang.Object
org.java.plugin.extension.annotations.NullableImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.annotation.Annotation, Nullable
public class NullableImpl
- extends java.lang.Object
- implements Nullable, java.io.Serializable
- Author:
- Thasso Griebel (thasso.griebel@gmail.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NullableImpl
public NullableImpl(java.lang.String value)
value
public java.lang.String 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
toString
public java.lang.String toString()
- Specified by:
toString
in interface java.lang.annotation.Annotation
- Overrides:
toString
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 © 2010. All Rights Reserved.