1 /* 2 * Copyright (C) 2005-2015 Schlichtherle IT Services. 3 * All rights reserved. Use is subject to license terms. 4 */ 5 package net.java.truevfs.comp.zip; 6 7 import javax.annotation.concurrent.NotThreadSafe; 8 9 /** 10 * A marker interface for ZIP parameters. 11 * 12 * @author Christian Schlichtherle 13 */ 14 @NotThreadSafe 15 public interface ZipParameters { 16 }