Autopsy 4.22.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
ThreadConfined.java
Go to the documentation of this file.
1package org.sleuthkit.autopsy.coreutils;
2
3import java.lang.annotation.Documented;
4import java.lang.annotation.ElementType;
5import java.lang.annotation.Inherited;
6import java.lang.annotation.Retention;
7import java.lang.annotation.RetentionPolicy;
8import java.lang.annotation.Target;
9
10@Retention(RetentionPolicy.SOURCE)
11@Target({ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
12@Inherited
13@Documented
14public @interface ThreadConfined {
15
17
18 public enum ThreadType {
19
21 }
22}

Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.