public abstract static class KotlinNamedItem.AbstractBuilder<T extends KotlinNamedItem.AbstractBuilder<T>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractBuilder(String name) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
getThis() |
T |
withAnnotation(String annotation) |
T |
withModifier(KotlinModifier modifier) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.