Class Aggregates


  • public class Aggregates
    extends Object
    Aggregates constants.
    • Method Detail

      • from

        public static Aggregates.Pending.ConstantType from​(Class<?> source)
        Aggregates constants from the provided source class.
        Parameters:
        source - the source class
        Returns:
        next step: pending constant type
      • fromThisClass

        public static Aggregates.Pending.ConstantType fromThisClass()
        Initiates constant aggregation from "this" class (whichever class happens to be calling this method). Constants are sourced from the class found directly beneath the Aggregates class on the call stack.
        Returns:
        next step: pending constant type