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

com.carrotgarden.util.anno.NotThreadSafe Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (C) 2010-2012 Andrei Pozolotin 
 *
 * All rights reserved. Licensed under the OSI BSD License.
 *
 * http://www.opensource.org/licenses/bsd-license.php
 */
package com.carrotgarden.util.anno;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Documented
@Target(ElementType.TYPE)
@Retention(value = RetentionPolicy.RUNTIME)
public @interface NotThreadSafe {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy