public static class ColumnDescriptorBuilder.Column extends Object
Constructor and Description |
---|
Column(Collection<Annotation> annotations,
Field field) |
Modifier and Type | Method and Description |
---|---|
<E> E |
getAnnotation(Class<E> annotationType) |
Collection<Annotation> |
getAnnotations() |
Field |
getField() |
public Column(Collection<Annotation> annotations, Field field)
public <E> E getAnnotation(Class<E> annotationType)
public Field getField()
public Collection<Annotation> getAnnotations()
Copyright © 2015. All Rights Reserved.