Class AnnotationTypeEnumerationLoader

java.lang.Object
net.sf.basedb.clients.web.plugins.AnnotationTypeEnumerationLoader
All Implemented Interfaces:
DataLoader<AnnotationType>

public class AnnotationTypeEnumerationLoader
extends Object
implements DataLoader<AnnotationType>
Data loader implementation for loading the enumeration values collection of an annotation type. It return the values types as a list of Object:s or null if the annotation type is not an enumeration. See AnnotationType.getValues()
Since:
3.8
Author:
Nicklas
  • Constructor Details

    • AnnotationTypeEnumerationLoader

      public AnnotationTypeEnumerationLoader()
  • Method Details