Skip to content

Instantly share code, notes, and snippets.

@testanull
Created May 27, 2020 02:39
Show Gist options
  • Save testanull/e499c5006f9374f60e815f72ffe43743 to your computer and use it in GitHub Desktop.
Save testanull/e499c5006f9374f60e815f72ffe43743 to your computer and use it in GitHub Desktop.
class LiferayParamUtilGetString2 extends MethodAccess{
LiferayParamUtilGetString2(){
this.getMethod().hasName("getString")
and this.getMethod().getDeclaringType().hasName("ParamUtil")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment