Posts by Saulo Medeiros • 1 point
1 post
-
0
votes1
answer50
viewsA: Java reflection value checker
All classes that implement the Attribute interface can be counted. public interface AtributoContavel { public int getQuantidadeAtributosNulos(); public int getQuantidadeAtributosNaoNulos(); } The…