com.simpligility.maven.plugins.android.configuration.Unpack Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-maven-plugin Show documentation
Show all versions of android-maven-plugin Show documentation
Maven Plugin for Android Development
The newest version!
package com.simpligility.maven.plugins.android.configuration;
/**
* Embedded configuration of {@link com.simpligility.maven.plugins.android.standalonemojos.UnpackMojo}.
*
* @author Pappy STĂNESCU - [email protected]
*/
public class Unpack
{
/**
* Mirror of {@link com.simpligility.maven.plugins.android.standalonemojos.UnpackMojo#unpackMetaInf}.
*/
private MetaInf metaInf;
/**
* Mirror of {@link com.simpligility.maven.plugins.android.standalonemojos.UnpackMojo#unpackLazy}.
*/
private Boolean lazy;
}