Class AliasingAnnotatedTypeFactory

    • Field Detail

      • MAYBE_ALIASED

        protected final javax.lang.model.element.AnnotationMirror MAYBE_ALIASED
        The @MaybeAliased annotation.
      • NON_LEAKED

        protected final javax.lang.model.element.AnnotationMirror NON_LEAKED
        The @NonLeaked annotation.
      • UNIQUE

        protected final javax.lang.model.element.AnnotationMirror UNIQUE
        The @Unique annotation.
      • MAYBE_LEAKED

        protected final javax.lang.model.element.AnnotationMirror MAYBE_LEAKED
        The @MaybeLeaked annotation.
    • Constructor Detail

      • AliasingAnnotatedTypeFactory

        public AliasingAnnotatedTypeFactory​(BaseTypeChecker checker)
        Create the type factory.