Code Review
/
portal.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4a34606a7ee09845228943490761b17b2e05f800
[portal.git]
/
1
package org.openecomp.portalapp.widget.service;
2
3
public interface InitializationService {
4
5
void initialize();
6
7
}