You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* The elements that make up the type that are relevant for processing.
*
* @return the elements that make up the type that are relevant for processing
*/
List<TypedElementName> elementInfo(); // <-- and will be renamed to interestingElementInfo()
/**
* The elements that make up this type that are considered "other", or being skipped because they are irrelevant to
* processing.
*
* @return the elements that still make up the type, but are otherwise deemed irrelevant for processing
*/
List<TypedElementName> otherElementInfo();
The text was updated successfully, but these errors were encountered:
TypedElementName
->TypedElementInfo
Add
AnnotationAndValue#defaultValues()
. This way we can see ifvalues()
are the same asdefaultValues()
.deferred to a new issue: Add AnnotationAndValue#defaultValues() #6840
rename
TypeInfo#elementInfo()
->interestingElementInfo
.add
TypeInfo#allElementInfo()
->The text was updated successfully, but these errors were encountered: