Ruckus' snippet above shows how you can bind that ...
# announcements
f
Ruckus' snippet above shows how you can bind that type to an instance of a class, instead. That means that one object will use one binding for type
T
for its entire lifespan. Then a subclass can choose to be even more restrictive with that type if it so chooses.