I've noticed that the # symbol is commonly used in Java literature. Does it denote methods of class instances? Is this some kind of standard or convention?
Here are examples of this symbol being used:
Spring Boot Persistence Best Practices (ch 3, page 150)
// behind the scene it calls EntityManager#merge()
Spring Boot Reference Documentation (ch 4.25.3, page 82)
Alternatively, you can use
@ImportAutoConfiguration#exclude
.