Closed
Description
The ConfigurationClassParser
often ends up creating a new SourceClass
instance for Object.class
. We could use a static to represent this and save ourselves a few object allocations.
The asSourceClass
method is also often called with java.lang.annotation
instances which can always be skipped.