Information

0
Story Points

Technologies

Decompiled Java File
package com.acme.anvil.service;

import javax.ejb.EJBObject;

public interface ProductCatalog extends EJBObject {
   void populateCatalog();
}