Interface PoetContextReceivableBuilder
-
- All Implemented Interfaces:
public interface PoetContextReceivableBuilder<SELF extends Object>
Typesafe wrapper for ContextReceivable.Builder.
-
-
Method Summary
Modifier and Type Method Description abstract SELF
contextReceivers(Iterable<TypeName> receiverTypes)
abstract SELF
contextReceivers(TypeName receiverTypes)
-
-
Method Detail
-
contextReceivers
abstract SELF contextReceivers(Iterable<TypeName> receiverTypes)
-
contextReceivers
abstract SELF contextReceivers(TypeName receiverTypes)
-
-
-
-