Information

0
Story Points

Technologies

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

import javax.ejb.EJBLocalObject;

public interface ProductCatalogLocal extends EJBLocalObject {
   void populateCatalog();
}