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

com.inteligr8.alfresco.annotations.Threadable Maven / Gradle / Ivy

The newest version!
package com.inteligr8.alfresco.annotations;

public interface Threadable {
	
	default Integer getThreads() {
		return null;
	}
	
	default Integer getConcurrency() {
		return null;
	}
	
	default Integer getThreadPriority() {
		return null;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy