com.paypal.butterfly.utilities.operations.package-info Maven / Gradle / Ivy
/**
* 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;