Class AttributeKey<T>

  • All Implemented Interfaces:
    java.lang.Comparable<TypeKey<T>>

    public class AttributeKey<T>
    extends TypeKey<T>
    • Constructor Detail

      • AttributeKey

        protected AttributeKey​(java.lang.Class<T> type,
                               java.lang.String name)
    • Method Detail

      • create

        public static <T> AttributeKey<T> create​(java.lang.Class<T> type,
                                                 java.lang.String name)