Class CustomImmutableAnnotations


  • public final class CustomImmutableAnnotations
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<java.lang.String>> ANNOTATIONS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.common.collect.ImmutableSet<java.lang.String> annotations()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ANNOTATIONS

        private static final com.google.common.base.Supplier<com.google.common.collect.ImmutableSet<java.lang.String>> ANNOTATIONS
    • Constructor Detail

      • CustomImmutableAnnotations

        private CustomImmutableAnnotations()
    • Method Detail

      • annotations

        public static com.google.common.collect.ImmutableSet<java.lang.String> annotations()