T
- the generic typepublic interface AnnotationToStringBuilder<T extends Annotation>
Annotation
转成 String
的接口.AnnotationUtils.toString(Annotation)
,
Builder
,
ToStringBuilder
Modifier and Type | Method and Description |
---|---|
String |
build(T annotation)
将制定的
Annotation 转成 String . |
String build(T annotation)
Annotation
转成 String
.annotation
- the annotationannotation
是null,返回 StringUtils.EMPTY
Copyright © 2008-2019 by feilong