blob: e3c6d31ed71681d4d891c1caec8cde67df5576b2 [file] [log] [blame]
// Copyright (c) 2022, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.keepanno.annotations;
public enum KeepOption {
SHRINKING,
OPTIMIZATION,
OBFUSCATION,
ACCESS_MODIFICATION,
ANNOTATION_REMOVAL,
}