Skip to content

Commit

Permalink
Renamed ClassInfo -> ClassFileInfo, ClassIntrospector -> ClassFileSer…
Browse files Browse the repository at this point in the history
…vices
  • Loading branch information
jharting committed Oct 8, 2013
1 parent 97f5ad9 commit e7448df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -18,7 +18,7 @@

import java.lang.annotation.Annotation;

public interface ClassInfo {
public interface ClassFileInfo {

String getClassName();

Expand Down
Expand Up @@ -18,7 +18,7 @@

import org.jboss.weld.bootstrap.api.BootstrapService;

public interface ClassIntrospector extends BootstrapService {
public interface ClassFileServices extends BootstrapService {

ClassInfo getClassInfo(String className);
ClassFileInfo getClassFileInfo(String className);
}

0 comments on commit e7448df

Please sign in to comment.