You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@service @rank(123) // note: bug in Hk2 where rank defaults to 0 on factory types
public class PersistenceStoreFactory implements Factory { @OverRide
public PersistenceStore provide() {
return null;
}
@OverRide
public void dispose(PersistenceStore instance) {
}
The text was updated successfully, but these errors were encountered:
@service
@rank(123) // note: bug in Hk2 where rank defaults to 0 on factory types
public class PersistenceStoreFactory implements Factory {
@OverRide
public PersistenceStore provide() {
return null;
}
@OverRide
public void dispose(PersistenceStore instance) {
}
The text was updated successfully, but these errors were encountered: