Polish visualization of repository nodes in Spring outline #1536
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring index & symbols
theme: spring-data-support
type: enhancement
Milestone
It would be cool if the nodes representing Spring Data repositories in the Spring outline were polished as follows:
@+ 'payments' (Payment<?>) Repository<Payment<?>,PaymentIdentifier> (class)
. This is a lot of detail for a high-level node. I wonder if it should be changed toPaymentRepository (@+ payments)
, i.e.,$typeName (@beanLookup)
.findByStatus
, it'd befindByStatus(Status) : List<Payment<?>>
The text was updated successfully, but these errors were encountered: