I think it would be useful to have some sort of class name support for PhutilTypeSpec. I think that the Phabricator config options classes implement this in an ad-hoc way. Example usage:
- class
- class<extends SomeClass>
- class<implements SomeInterface>
- class<abstract>
- class<final>