类 ResourceBundleHint

java.lang.Object
cn.taketoday.aot.hint.ResourceBundleHint
所有已实现的接口:
ConditionalHint

public final class ResourceBundleHint extends Object implements ConditionalHint
A hint that describes the need to access a ResourceBundle.
从以下版本开始:
4.0
作者:
Stephane Nicoll, Brian Clozel