Package com.aayushatharva.brotli4j.common.annotations


package com.aayushatharva.brotli4j.common.annotations
  • Annotation Types
    Class
    Description
    Class and methods annotated with Internal are for internal use and should not be used by user directly as they can change and break anytime.
    Class and methods annotated with Local are represents code which created locally and not in sync with Google Brotli upstream repository.
    Class and methods annotated with Upstream are directly pulled from Google Brotli upstream repository without any change in function and parameters.