All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.paypal.butterfly.utilities.operations.package-info Maven / Gradle / Ivy

There is a newer version: 3.2.7
Show newest version
/**
 * Multiple transformation operations, organized by type, each one having its own subpackage.
 * Transformation operation is a special type of transformation utility, which DOES apply modifications
 * to the project folder.
 * 
* Differences between transformation utilities and transformation operations: *
    *
  • Utilities never modify the application. Operations always do.
  • *
  • Utilities usually return a value, but not necessarily. Operations never do.
  • *
  • Utilities usually save its result meta-data object in the transformation context, but not necessarily. Operations always do.
  • *
  • Operations allow multiple operations.
  • *
* * @since 1.0.0 */ package com.paypal.butterfly.utilities.operations;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy