Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@ContainerCache 注解支持在 Spring 配置类的工厂方法中使用 #210

Closed
Createsequence opened this issue Feb 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Createsequence
Copy link
Collaborator

目前的 @ContainerCache 注解仅支持在 Container 接口实现类类或方法容器上声明,希望可以支持在 Spring 配置类的工厂方法中使用。

比如:

@ContainerCache(expirationTime = 1000L)
@Bean
public CustomeContainer customeContainer() {
    return new customeContainer();
}
@Createsequence Createsequence added the enhancement New feature or request label Feb 20, 2024
@Createsequence Createsequence self-assigned this Feb 20, 2024
@Createsequence Createsequence added this to the release 2.6.0 milestone Feb 20, 2024
Createsequence added a commit that referenced this issue Feb 20, 2024
…annotation on the spring factory method (GitHub #210,#211)
Createsequence added a commit that referenced this issue Feb 20, 2024
…annotation on the spring factory method (GitHub #210,#211)
Createsequence added a commit that referenced this issue Feb 20, 2024
…annotation on the spring factory method (GitHub #210,#211)
Createsequence added a commit that referenced this issue Feb 20, 2024
…annotation on the spring factory method (GitHub #210,#211)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant