public interface CreatesMustCallForElementSupplier
ExecutableElement
for CreatesMustCallFor
and CreatesMustCallFor.List
. This
interface is needed so any type factory with these elements can be used to retrieve information
about these annotations, not just the MustCallAnnotatedTypeFactory (in particular, the
consistency checker needs to be able to call that method with both the CalledMethods type factory
and the MustCall type factory).Modifier and Type | Method and Description |
---|---|
ExecutableElement |
getCreatesMustCallForListValueElement()
Returns the CreatesMustCallFor.List.value field/element.
|
ExecutableElement |
getCreatesMustCallForValueElement()
Returns the CreatesMustCallFor.value field/element.
|
ExecutableElement getCreatesMustCallForValueElement()
ExecutableElement getCreatesMustCallForListValueElement()