Closed
Description
-
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 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();
Metadata
Assignees
Labels
Type
Projects
Status
Closed