Class NullnessAnnotatedTypeFactory.NullnessPropagationTreeAnnotator

All Implemented Interfaces:
TreeVisitor<Void,AnnotatedTypeMirror>
Enclosing class:
NullnessAnnotatedTypeFactory

protected static class NullnessAnnotatedTypeFactory.NullnessPropagationTreeAnnotator extends PropagationTreeAnnotator
Nullness doesn't call propagation on binary and unary because the result is always @Initialized (the default qualifier).

Would this be valid to move into CommitmentTreeAnnotator.