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

proguard.annotation.KeepClassMembers Maven / Gradle / Ivy

The newest version!
/*
 * ProGuard -- shrinking, optimization, obfuscation, and preverification
 *             of Java bytecode.
 *
 * Copyright (c) 2002-2007 Eric Lafortune ([email protected])
 */
package proguard.annotation;

import java.lang.annotation.*;

/**
 * This annotation specifies to keep all class members of the annotated class
 * from being shrunk, optimized, or obfuscated as entry points.
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.CLASS)
@Documented
public @interface KeepClassMembers
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy