public interface MethodBlockBuilder<T> extends BlockBuilder<T>, MethodBlockModifiers<MethodBlockBuilder<T>,T>, MethodBlockParameters<T>
Modifier and Type | Method and Description |
---|---|
MethodBlockBuilder<T> |
annotatedWith(Annotation... annotations) |
BlockBuilder<T> |
throws_(Class<? extends Throwable>... exceptionTypes) |
BlockBuilder<T> |
throws_(MetaClass... exceptions) |
_, _, append, append, appendAll, clear, insertBefore, insertBefore, peek, splitFrom
finish
body, modifiers
parameters, parameters, parameters, parameters
MethodBlockBuilder<T> annotatedWith(Annotation... annotations)
BlockBuilder<T> throws_(Class<? extends Throwable>... exceptionTypes)
BlockBuilder<T> throws_(MetaClass... exceptions)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.