T - the generic type@IgnoreCheck public abstract class ExcelAnnotationImpl<T extends Annotation> extends Object implements Cloneable
| Constructor and Description |
|---|
ExcelAnnotationImpl()
Instantiates a new excel annotation impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
T |
getAnnotation()
Gets the annotation.
|
Class<T> |
getClassAnnotation()
Gets the class annotation.
|
public ExcelAnnotationImpl()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic T getAnnotation()
Copyright © 2022. All rights reserved.