|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.trails.descriptor.annotation.AbstractAnnotationHandler
org.trails.descriptor.annotation.InitialValueAnnotationHandler
public class InitialValueAnnotationHandler
Creates a InitialValueDescriptorExtension using the
information retrieved from a InitialValue annotation.
| Constructor Summary | |
|---|---|
InitialValueAnnotationHandler()
|
|
| Method Summary | |
|---|---|
IPropertyDescriptor |
decorateFromAnnotation(InitialValue annotation,
IPropertyDescriptor descriptor)
Creates a InitialValueDescriptorExtension and adds it to
the property descriptor. |
| Methods inherited from class org.trails.descriptor.annotation.AbstractAnnotationHandler |
|---|
isDefault, setPropertiesFromAnnotation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitialValueAnnotationHandler()
| Method Detail |
|---|
public IPropertyDescriptor decorateFromAnnotation(InitialValue annotation,
IPropertyDescriptor descriptor)
InitialValueDescriptorExtension and adds it to
the property descriptor.
decorateFromAnnotation in interface DescriptorAnnotationHandler<InitialValue,IPropertyDescriptor>annotation - Annotation added to the property. It cannot be null.descriptor - The property descriptor. It cannot be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||