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

play.cache.NamedCache Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 
 */

package play.cache;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Qualifier;

@Qualifier
@Retention(RetentionPolicy.RUNTIME)
public @interface NamedCache {
  String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy