Annotation Type CarbonFootprint


  • @Documented
    @Retention(RUNTIME)
    @Target({METHOD,CONSTRUCTOR,TYPE})
    @Inherited
    public @interface CarbonFootprint
    Estimates the primary carbon footprint the annotated code is expected to incur during execution.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      CO2Units units  
      double value  
    • Element Detail

      • value

        double value