Reviewed By: mbouaziz Differential Revision: D8130410 fbshipit-source-id: abcc380master
parent
e7714d52f3
commit
c35278a8f8
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (c) 2018 - present Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
package codetoanalyze.java.checkers;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target(value = ElementType.FIELD)
|
||||
public @interface AutoCleanup {}
|
Loading…
Reference in new issue